public static final class ProductDetails.OneTimePurchaseOfferDetails
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedPrice()
Returns formatted price for the payment, including its currency sign.
|
long |
getPriceAmountMicros()
Returns the price for the payment in micro-units, where 1,000,000 micro-units equal one
unit of the currency.
|
java.lang.String |
getPriceCurrencyCode()
Returns ISO 4217 currency code for price.
|
public java.lang.String getFormattedPrice()
public long getPriceAmountMicros()
public java.lang.String getPriceCurrencyCode()